WARNING: This program has a bug, which means we need to fix it!
RULE: We can't add strings and integers together. To fix this, we have to cast the integer to a "string".
- Click Run and read the error message.
- In LOGIC, go to and drag in Convert to String BEFORE the knight's say command.
- Make sure to change all occurences of the variable my_var to the variable money.
To navigate the page using the TAB key, first press ESC to exit the code editor.